createprocdbo.dt_isundersourcecontrol_u @vchLoginNamenvarchar(255)='', @vchPasswordnvarchar(255)='', @iWhoTooint=0/* 0 => Just check project; 1 => get list of objs */
as -- This procedure should no longer be called; dt_isundersourcecontrol should be called instead. -- Calls are forwarded to dt_isundersourcecontrol to maintain backward compatibility. setnocounton execdbo.dt_isundersourcecontrol @vchLoginName, @vchPassword, @iWhoToo GO GRANTEXECUTEON[dbo].[dt_isundersourcecontrol_u]TO[public] GO